home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / patchfix / dbpatch / status.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-05-15  |  4.1 KB  |  130 lines

  1. VERSION 2.00
  2. Begin Form StatusDlg 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H8000000F&
  5.    BorderStyle     =   0  'None
  6.    ClientHeight    =   1395
  7.    ClientLeft      =   4455
  8.    ClientTop       =   3570
  9.    ClientWidth     =   4860
  10.    ControlBox      =   0   'False
  11.    FillColor       =   &H00FF0000&
  12.    Height          =   1770
  13.    Left            =   4410
  14.    LinkMode        =   1  'Source
  15.    LinkTopic       =   "Form2"
  16.    MaxButton       =   0   'False
  17.    MinButton       =   0   'False
  18.    ScaleHeight     =   1395
  19.    ScaleWidth      =   4860
  20.    Top             =   3240
  21.    Width           =   4950
  22.    Begin SSPanel Panel3D1 
  23.       Align           =   1  'Align Top
  24.       BackColor       =   &H8000000F&
  25.       BevelWidth      =   2
  26.       Font3D          =   0  'None
  27.       Height          =   1395
  28.       Left            =   0
  29.       TabIndex        =   6
  30.       Top             =   0
  31.       Width           =   4860
  32.       Begin SSFrame Frame3D1 
  33.          Alignment       =   2  'Center
  34.          Font3D          =   0  'None
  35.          ForeColor       =   &H00000000&
  36.          Height          =   1245
  37.          Left            =   75
  38.          TabIndex        =   2
  39.          Top             =   75
  40.          Width           =   4710
  41.          Begin Label Label2 
  42.             BackStyle       =   0  'Transparent
  43.             Height          =   495
  44.             Left            =   60
  45.             TabIndex        =   3
  46.             Top             =   660
  47.             Width           =   4605
  48.             WordWrap        =   -1  'True
  49.          End
  50.          Begin Label Label1 
  51.             Alignment       =   2  'Center
  52.             BackStyle       =   0  'Transparent
  53.             FontBold        =   -1  'True
  54.             FontItalic      =   0   'False
  55.             FontName        =   "MS Sans Serif"
  56.             FontSize        =   9.75
  57.             FontStrikethru  =   0   'False
  58.             FontUnderline   =   0   'False
  59.             Height          =   495
  60.             Left            =   60
  61.             TabIndex        =   7
  62.             Top             =   165
  63.             Width           =   4605
  64.             WordWrap        =   -1  'True
  65.          End
  66.       End
  67.    End
  68.    Begin PictureBox Picture3 
  69.       BackColor       =   &H00FF0000&
  70.       BorderStyle     =   0  'None
  71.       FillColor       =   &H00FF0000&
  72.       FillStyle       =   0  'Solid
  73.       FontBold        =   -1  'True
  74.       FontItalic      =   0   'False
  75.       FontName        =   "Arial"
  76.       FontSize        =   9
  77.       FontStrikethru  =   0   'False
  78.       FontUnderline   =   0   'False
  79.       ForeColor       =   &H00FFFFFF&
  80.       Height          =   255
  81.       Left            =   105
  82.       ScaleHeight     =   255
  83.       ScaleWidth      =   15
  84.       TabIndex        =   5
  85.       Top             =   1455
  86.       Width           =   15
  87.    End
  88.    Begin PictureBox Picture2 
  89.       FillColor       =   &H00FF0000&
  90.       FillStyle       =   0  'Solid
  91.       FontBold        =   -1  'True
  92.       FontItalic      =   0   'False
  93.       FontName        =   "Arial"
  94.       FontSize        =   9
  95.       FontStrikethru  =   0   'False
  96.       FontUnderline   =   0   'False
  97.       ForeColor       =   &H00000000&
  98.       Height          =   255
  99.       Left            =   105
  100.       ScaleHeight     =   225
  101.       ScaleWidth      =   4545
  102.       TabIndex        =   1
  103.       Top             =   1455
  104.       Width           =   4575
  105.    End
  106.    Begin PictureBox Picture1 
  107.       AutoRedraw      =   -1  'True
  108.       BorderStyle     =   0  'None
  109.       Height          =   255
  110.       Left            =   120
  111.       ScaleHeight     =   255
  112.       ScaleWidth      =   4455
  113.       TabIndex        =   0
  114.       Top             =   2400
  115.       Width           =   4455
  116.    End
  117.    Begin Label total 
  118.       AutoSize        =   -1  'True
  119.       BackStyle       =   0  'Transparent
  120.       Caption         =   "Total"
  121.       Height          =   195
  122.       Left            =   120
  123.       TabIndex        =   4
  124.       Top             =   1920
  125.       Width           =   450
  126.    End
  127. Sub Form_Load ()
  128.    CenterForm Me
  129. End Sub
  130.